home *** CD-ROM | disk | FTP | other *** search
/ Ass Troids / Ass Troids.iso / pc / pc / juice21.dxr / Internal_48_help button.ls < prev    next >
Encoding:
Text File  |  1996-11-07  |  281 b   |  14 lines

  1. on mouseUp
  2.   if the locH of sprite 18 = -5000 then
  3.     puppetSprite(18, 1)
  4.     set the locH of sprite 18 to 170
  5.     puppetSound("click")
  6.     updateStage()
  7.   else
  8.     set the locH of sprite 18 to -5000
  9.     puppetSound("click")
  10.     updateStage()
  11.     puppetSprite(18, 0)
  12.   end if
  13. end
  14.